home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Sound
/
mpega_library
/
developer
/
include
/
fd
/
mpega.fd
Wrap
Text File
|
1998-06-21
|
368b
|
13 lines
** $VER: mpega.library 2.0 (21.06.98) (C) 1997-1998 Stéphane TAVENARD
##base _MPEGABase
##bias 30
##public
MPEGA_open(filename,ctrl)(a0,a1)
MPEGA_close(mpds)(a0)
MPEGA_decode_frame(mpds,pcm)(a0,a1)
MPEGA_seek(mpds,ms_time_position)(a0,d0)
MPEGA_time(mpds,ms_time_position)(a0,a1)
MPEGA_find_sync(buffer,buffer_size)(a0,d0)
MPEGA_scale(mpds,scale_percent)(a0,d0)
##end